home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1865 / 1865.xpi / chrome / adblockplus.jar / content / objecttab.xml < prev    next >
Extensible Markup Language  |  2010-01-07  |  600b  |  20 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!DOCTYPE bindings SYSTEM "chrome://adblockplus/locale/overlay.dtd">
  4.  
  5. <bindings id="objectTabBindings"
  6.         xmlns="http://www.mozilla.org/xbl"
  7.         xmlns:html="http://www.w3.org/1999/xhtml"
  8.         xmlns:xbl="http://www.mozilla.org/xbl">
  9.  
  10.     <binding id="objectTab">
  11.         <content title="&objecttab.tooltip;">
  12.             &objecttab.title;
  13.             <html:img src="chrome://global/content/abp-dummy-image-request.png"/>
  14.         </content>
  15.     </binding>
  16.  
  17.     <!-- Dummy binding to apply to invisible object tabs, without this the previous binding won't be unapplied -->
  18.     <binding id="dummy"/>
  19. </bindings>
  20.